home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / frogger.swf / scripts / DefineButton2_32 / BUTTONCONDACTION on(keyPress Up).as
Text File  |  2005-01-07  |  330b  |  16 lines

  1. on(keyPress "<Up>"){
  2.    setProperty("/frosch", _Y, getProperty("/frosch", _Y) - "17");
  3.    x_value = getProperty("/frosch", _X);
  4.    y_value = getProperty("/frosch", _Y);
  5.    tellTarget("/frosch")
  6.    {
  7.       gotoAndStop("vor1");
  8.       play();
  9.    }
  10.    tellTarget("/keyvor")
  11.    {
  12.       nextFrame();
  13.       play();
  14.    }
  15. }
  16.